FormTabCycle Property
Specifies how the consumer responds when the user presses the TAB key in the controls in a form. The behavior of the consumer depends on whether the form is bound to a data source.
The defined valuesare:
-current: If a user presses the TAB key in the last control of the form, the focus moves to the first control specified in the tab order of the same form. If the form is data aware, then the current row of the result set subject to the form is not changed.
-page: If a user presses the TAB key in the last control of a form, the focus moves to the first control specified in the tab order for the next form.
-records: If a user presses the TAB key in the last control of the form, the focus moves to the first control specified in the tab order of the same form. If the form is data aware, then the current row of the result set subject to the form moves to the next row.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public TabCycle TabCycle { get; set; }
Public Property TabCycle As TabCycle
Get
Set
Property Value
TabCycle